Welcome![Sign In][Sign Up]
Location:
Search - thread visual basic

Search list

[Process-ThreadVisual Basic .NET 中实现后台进程

Description: 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Platform: | Size: 173784 | Author: 程崇刚 | Hits:

[Other resourcevisualc++_xiwangchubanshe

Description: 《Visual C++ 6.0程序设计教程》 希望出版社 源代码 本书首先从Visual C++6.0的基础知识入手,详细介绍了Visual C++6.0的操作环境和应用程序的基本框架,然后按照由易到难、由浅入深地顺序介绍了用Visual C++6.0开发Windows程序的方法,包括菜单和加速键、对话框、常用控件、文本和字体类、图形图像、文件操作、多线程、动态连接库、网络编程和数据库开发等内容。书中在每一个对应的知识点后面,给出了一个或多个示例。 本书适合想按部就班学习Visual C++6.0编程并很快应用到实践中的初学者阅读。-"Visual C 6.0 Programming Guide" Publishers want the source code from the book First Visua l C 6.0 start of the basic knowledge, Details on the Visual C 6.0 operating environment and application of the basic framework, and then follow the easy to arrive difficult, elementary introduction to the order by using Visual C 6.0 for Windows procedures, including menu and accelerate key, the dialog, common control, text and font type, graphics and video, file manipulation, multi-thread, Dynamic Link Library, network programming and database development, and other content. Each book in a corresponding knowledge points behind, given one or more examples. The book for learning step by step to 6.0 Visual C programming and quickly applied to the practice of reading beginners.
Platform: | Size: 1670105 | Author: 石榴石 | Hits:

[Internet-Networkptypes-1[1].7.5.tar

Description: PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers message queues as an alternative method of thread synchronization. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind
Platform: | Size: 169405 | Author: 吴参林 | Hits:

[Process-ThreadVisual Basic .NET 中实现后台进程

Description: 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 UI 以对其进行控制的过程。本文就介绍了这样一个架构,您可以根据需要使用或进行调整,以满足特定的应用需要。(附有详细的中文说明)-Multithreading is a powerful tool, we can each time the need to implement the mandate of running the use of this tool. We can use it for running auxiliary code, without the bundled user interface. It should be noted that multi-threaded operation is very complex to operate correctly is not easy, but it is also testing more difficult. Although not necessarily to achieve, but we should still try to provide every support threaded a group it can operate independent of data. To achieve this purpose, the simplest way is to create a thread for each object, object contains the thread can operate and the data necessary to complete the work of the code. Through the structure of the architecture to make it as supporting threads and UI thread between the media, we can greatly simplify the preparation o
Platform: | Size: 173056 | Author: 程崇刚 | Hits:

[OS programkilster

Description: 利用挂钩线程调度链表来检测进程的代码。基本能查出当前所有Rootkit隐藏的进程。系统编程爱好者必下。-use of thread scheduling Chain link to the code detection process. Basic can be detected all current Rootkit hidden process. System programming enthusiasts certainly under.
Platform: | Size: 492544 | Author: 黄芸乐 | Hits:

[source in ebookvisualc++_xiwangchubanshe

Description: 《Visual C++ 6.0程序设计教程》 希望出版社 源代码 本书首先从Visual C++6.0的基础知识入手,详细介绍了Visual C++6.0的操作环境和应用程序的基本框架,然后按照由易到难、由浅入深地顺序介绍了用Visual C++6.0开发Windows程序的方法,包括菜单和加速键、对话框、常用控件、文本和字体类、图形图像、文件操作、多线程、动态连接库、网络编程和数据库开发等内容。书中在每一个对应的知识点后面,给出了一个或多个示例。 本书适合想按部就班学习Visual C++6.0编程并很快应用到实践中的初学者阅读。-"Visual C 6.0 Programming Guide" Publishers want the source code from the book First Visua l C 6.0 start of the basic knowledge, Details on the Visual C 6.0 operating environment and application of the basic framework, and then follow the easy to arrive difficult, elementary introduction to the order by using Visual C 6.0 for Windows procedures, including menu and accelerate key, the dialog, common control, text and font type, graphics and video, file manipulation, multi-thread, Dynamic Link Library, network programming and database development, and other content. Each book in a corresponding knowledge points behind, given one or more examples. The book for learning step by step to 6.0 Visual C programming and quickly applied to the practice of reading beginners.
Platform: | Size: 1670144 | Author: 石榴石 | Hits:

[OS Developvbthread

Description: VB编的多线程示例,可以自己添加线程.个数基本不限制-VB series multithreading example, can add their own thread. Without limiting the number of basic
Platform: | Size: 8192 | Author: chengfan | Hits:

[Process-ThreadTrueMultiThreading

Description: VB真正多线程代码!!!用VB创建单元线程实现稳定多线程的例子-Truly multi-threaded VB code! ! ! Using VB to create a stable unit thread realize multi-threaded example
Platform: | Size: 40960 | Author: tzwsoho | Hits:

[Process-ThreadvbMultiThread

Description: vb编程一般都是单线程的,vb下的很多东西不是线程安全的,这里提供一个实现VB下的多线程的例子-vb are generally single-threaded programming, vb under a lot of things are not thread-safe, here are a realization of the multi-threaded VB examples
Platform: | Size: 4096 | Author: 余建成 | Hits:

[Internet-Networkptypes-1[1].7.5.tar

Description: PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers message queues as an alternative method of thread synchronization. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind
Platform: | Size: 168960 | Author: 吴参林 | Hits:

[Internet-NetworkTestDownload

Description: 使用单元多线程+WINSOCK控件,实现VB6下的多线程(界面+下载线程)工作,以及多任务下载管理(添加,删除,开始,停止下载等)功能的源代码.-The use of multi-threaded unit+ WINSOCK control, realize the multi-threaded VB6 (interface+ Download thread), as well as multi-tasking download management (add, delete, start, stop downloads, etc.) function in the source code.
Platform: | Size: 36864 | Author: 马大哈 | Hits:

[Process-Threadcommon_ctrl

Description: 中文PWIN98/95之所以深受广大计算机用户的青睐,除其在32位多任务、多线程和系统稳固性等核心技术的重要改进之外,更主要的还是其优秀的用户交互界面。这就给程序设计人员提出了新的课题,如何在自己开发的应用程序中充分利用WIN98/95支持的各种高级通用控制和视,这也是学习VC编程所必须掌握的基本内容,本文将通过实例来具体演练VC5中的这些控件。-The reason why Chinese PWIN98/95 well received by the computer user s favor, in addition to its more than 32 tasks, multi-thread and system stability, such as the importance of improving the core technology, the more important or of its excellent user interface. This program design staff to put forward new issues, how to develop in their own applications to make full use of WIN98/95 support a variety of senior general control and visual, which is learning by VC programming must master the basic content, this article will through examples of specific exercises VC5 in these controls.
Platform: | Size: 131072 | Author: 柳懿 | Hits:

[Windows DevelopThread

Description: Example threads in visual basic 6
Platform: | Size: 39936 | Author: pvillamil | Hits:

[Process-ThreadInjectorv620

Description: this is source code of my visual basic dll injector its using virtual alloc ex and create remote thread to execute dll, you wil love me for this xP-this is source code of my visual basic dll injector its using virtual alloc ex and create remote thread to execute dll, you wil love me for this xP
Platform: | Size: 145408 | Author: croner | Hits:

[Windows DevelopI

Description: 本书用大量的实例演示使用Visual C++开发Windows应用程序的相关技术。 全书分为3篇19章,分别是软件设计基础篇、软件设计综合应用篇、Windows系统程序设计篇。内容包括软件开发起步、对话框应用程序、基本控件、文档与视图、GDI绘图技术、键盘与鼠标消息、网络通信基础、密码学算法、多媒体技术、数据库技术、综合实例开发、进程与线程、内存管理、进程间通信、线程同步、动态链接库、结构化异常处理、可执行文件格式(PE)、模块注入与函数挂接技术。 本书适用于Windows程序设计的初学者,也可作为大中专院校相关专业教材。另外,本书还适合稍有基础的Visual C++开发者阅读参考。-With plenty of examples in this book demonstrates the use of Visual C++ development of Windows applications related technologies. The book is divided into three 19 chapters, each chapter is the basis for software design, software design integrated application articles, Windows system programming articles. Includes software development started, the dialog box application, the basic controls, document and view, GDI graphics, keyboard and mouse messages, network communications infrastructure, cryptography algorithms, multimedia technology, database technology, comprehensive examples of the development, processes and threads, memory management, inter-process communication, thread synchronization, dynamic link libraries, structured exception handling, executable file format (PE), the module with the function of hooking into the technology. This book applies to Windows programming for beginners, but also can be used as teaching materials relevant professional colleges. In addition, the boo
Platform: | Size: 24877056 | Author: praying | Hits:

[Algorithmptypes-2.1.1.tar

Description: PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with portable thread and synchronization objects, IP sockets and named pipes. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind.-PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with portable thread and synchronization objects, IP sockets and named pipes. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind.
Platform: | Size: 223232 | Author: hlide | Hits:

[VC/MFCvisual-CPP-Programming-Experience

Description: visualc++ 编程经验总结,各方面的都有:基础类、非技术类的、界面、网络编程、进程/线程/DLL、数据库、HTML/XML、图形处理与算法,很值得学习!-visualc++ programming experience summary, it is the whole: basic, non-technical classes, interfaces, network programming, process/thread/DLL, databases, HTML/XML, image processing and algorithm, it is worth learning!
Platform: | Size: 780288 | Author: wangshu | Hits:

[Process-Threadvb

Description: 用Visual Basic创建多线程应用程序 -the program about vb,about thread of vb
Platform: | Size: 30720 | Author: lijing | Hits:

[CSharpTasksDotnet

Description: Tasks and Task Parallel Library (TPL) : Multi-threading made easy-Introduction It had been really long since Tasks got released as part of .Net framework class library (FCL) as a wrapper over thread-pool threads. Now Microsoft strongly recommends the usage of Tasks for almost all multithreaded background running work except in a very few special cases. So it makes perfect sense to understand as to why and how tasks are better in any way than using thread class directly. What are the advantages or new features multi-threading point of view which we can leverage while using tasks. So a point wise comparison of threads and tasks is required to be proficient in using both of them. A Note for the Attached Code You need the following software as prerequisites to run the attached code on your computer: Visual Studio 2012 or above I expect the reader to be well aware of following to be able to sail through this article comfortably: Basics of C# langauge Basics of creating and running a Windows forms application using .Net framework Basic know
Platform: | Size: 13312 | Author: xps1530 | Hits:

CodeBus www.codebus.net